home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun 1985 Winter / rerun-1985-winter.d64 / source reader (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  121b  |  9 lines

  1. 10 printchr$(147)
  2. 20 input "filename[160]";nf$
  3. 30 nf$="0:"+ nf$ +",s,r"
  4. 40 open9,8,9,nf$
  5. 50 input#9,a$
  6. 60 print a$
  7. 70 if st=0 then 50
  8. 80 close9
  9.